Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

CSSImportRule

Extends CSSRule.

The CSSImportRule interface represents an @import at-rule.

Properties
DOMString
href
The href attribute must return the URL specified by the @import at-rule.
MediaList
media
The media attribute must return the value of the media attribute of the associated CSS style sheet.
CSSStyleSheet
styleSheet
The styleSheet attribute must return the associated CSS style sheet.